
.md_nav_box {
    /* opacity: 0; */
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* z-index: 999; */
}

.md_nav_box .md_nav_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.6rem;
    padding: 0 0.2rem;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    transition: all 0.3s;
    backdrop-filter: saturate(180%) blur(21px);
    -webkit-backdrop-filter: saturate(180%) blur(21px);
}

.md_nav_box .md_nav_top .mo_logo {}

.md_nav_box .md_nav_top .mo_logo img {
    height: 0.42rem;
}

.md_nav_box .md_nav_top .menu_box {
    width: 0.35rem;
    height: 0.35rem;
}

.md_nav_box .md_nav_top i {
    display: block;
    width: 0.25rem;
    height: 0.02rem;
    background: #333;
    margin: 0.07rem 0;
    transition: all 0.3s;
}

.md_nav_box .md_nav_top i.i1 {}

.md_nav_box .md_nav_top i.i2 {}

.md_nav_box .md_nav_top i.i3 {}

.mobile__pullDown {
    background: #fafafa;
    position: fixed;
    left: 0;
    right: 0;
    top: 0.6rem;
    z-index: 9999;
    bottom: 0;
    overflow: scroll;
    display: none;
}

.mobile_mune1 {
    /* padding: 0 0.2rem; */
    /* background: #fff; */
}

.mobile_mune1 .title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    line-height: 0.4rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    padding: .2rem 0.2rem;
    color: #262626;
    background: #fff;
}

.mobile_mune1 .title1 span {}

.mobile_mune1 .title1 i.more_i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.mobile_mune1.on {}

.mobile_mune1.on .title1 {}

.mobile_mune1.on .title1 span {}

.mobile_mune1.on .title1  i.more_i {}

.mobile_mune2 {
    background: #fafafa;
    display: none;
    padding: 0.16rem 0 0;
}

.mobile_mune2 .mune2_one {
    margin: 0 0 0.16rem 0;
}

.mobile_mune2 .mune2_one .title2 {
    background: #fff;
    margin: 0 0.2rem;
    padding: 0.2rem;
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #262626;
}

.mobile_mune2 .mune2_one .title2 span {}

.mobile_mune2 .mune2_one .title2 i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.mobile_mune2 .mune2_one .title2 i.g {
    transform: rotate(0deg);
}

.mobile_mune3 {
    display: none;
    background: #fff;
    margin: 0 0.2rem;
}

.mobile_mune3 ul {
    display: flex;
    flex-flow: wrap;
    padding: 0 0.1rem;
}

.mobile_mune3 ul li {
    width: 33.33%;
    padding: 0.1rem 0.1rem;
}

.mobile_mune3 ul li .item {
    display: block;
    text-align: center;
}

.mobile_mune3 ul li .item .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    height: 1rem;
    border-radius: 0.05rem;
    margin: 0 0 0.05rem;
}

.mobile_mune3 ul li .item .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.mobile_mune3 ul li .item p {}

.menu3_btn {
    text-align: center;
}

.menu3_btn .see_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    line-height: 0.5rem;
    background: #fafafa;
    padding: 0 0.3rem;
    border-radius: 50px;
    margin: 0.1rem  auto 0.2rem;
}

.menu3_btn .see_more span {}

.menu3_btn .see_more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.md_nav_box  .md_nav_top.show {
    background: #fff;
}

.mobile_mune2 .mune2_one .title2.on {}

.mobile_mune2 .mune2_one .title2.on i {
    transform: rotate(-90deg);
}

.mobile_mune1 .title1.on {
    border: 0;
    border-radius: 0 0 0.1rem 0.1rem;
}

.mobile_mune1.has .title1.on i.more_i {
    transform: rotate(-90deg);
}

.mobile_mune2 .mune2_one .title2.on i.g {
    transform: rotate(0deg);
}
.mobile_mune1.has .title1 i.more_i {
    transform: rotate(90deg);
}

.md_nav_box .md_nav_top .menu_box.kai {}

.md_nav_box .md_nav_top .menu_box.kai i.i1 {
    transform: rotate(45deg) translate(4px, 7px);
}

.md_nav_box .md_nav_top .menu_box.kai i.i2 {
    opacity: 0;
}

.md_nav_box .md_nav_top .menu_box.kai i.i3 {
    transform: rotate(-45deg) translate(2px, -7px);
}



.proswiper_buttom .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    border: 0.02rem solid;
    background: none;
    opacity: 1;
}

.proswiper_buttom .swiper-pagination-bullet-active {
    background: #000;
}

.proswiper_buttom {
    margin: 0.5rem auto 0;
    display: none;
}

@media (max-width: 767px){

.web_show{
    display: none;
}

.wap_show{
    display: block;
}
.index_banner ul li {
    max-height: inherit;
}

.index_banner ul li img {
    width: 100%;
}

.index_banner ul li .text {
    top: 1.6rem;
}

.index_superiority ul li .swiper-container {
    height: 0.8rem;
}

.index_superiority ul li .item {
    height: 0.8rem;
}

.index_superiority ul li .item h3 {
    margin: 0;
}

.index_superiority ul li .item p {
    display: none;
}

.index_superiority ul li {
    display: none;
}

.index_superiority ul li:first-child {
    display: block;
}

.index_superiority {
    margin: -0.4rem 0 0;
}

.index_banner .banner_buttom {
    transform: translate(0, -0.4rem);
}
.product_list_one ul li {
    width: 100%;
}

.product_list_one ul {
    /* display: block; */
}
.neiproduct_list ul li {
    width: 100%;
}

.prolist_ti .ti_right_but {
    display: none;
}

.prolist_ti .ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.prolist_ti .ti h3 {
    font-size: 0.3rem;
    padding: 0 0 0 0.1rem;
    border-left: 0.04rem solid #d81e06;
    line-height: 0.3rem;
}

.proswiper_buttom{display:block}

.indexcase_box ul li {
    width: 100%;
}

.index_about_con .text_main {
    width: 100%;
    position: relative;
    z-index: 9;
}

.index_about_con .imgj {
    background-size: auto 60%;
    width: 100%;
    opacity: 0.7;
}

.foot_main {
    display: block;
}

.foot_main .left ul {
    display: block;
}

.foot_main .left ul li .two:before {
    display: none;
}

.foot_main .left ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.two {
    display: none;
}

.foot_main .left ul li a {
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_main .left ul li a:after {content: "";display: block;width: 0.2rem;height: 0.2rem;background: url(../images/jia.png) center center no-repeat;background-size: 0.2rem;}
.foot_main .left ul li.on a:after {
    background: url(../images/jian.png) center center no-repeat;
    background-size: 0.2rem;
}
.foot_main .left ul li .two a:after {
    display: none;
}

.foot_main .left ul li .two a {
    padding: 0.05rem 0.2rem;
    opacity: 1;
}

.foot_main .right {
    margin: 0.5rem 0 0;
}


.all_ti .ti h3 {
    font-size: 0.3rem;
}

.all_ti .ti p {
    font-size: 0.16rem;
}

.all_ti {
    margin: 0 0 0.2rem;
}
.prolist_ti {
    margin: 0 auto 0.2rem;
}

.nei_product_nav {
    margin: 0.6rem 0 0;
    overflow: scroll;
    top: 0;
    /* z-index: 999; */
}

.nei_product_nav ul {
    width: 200%;
}

.product_banner ul li .text .text1 {
    font-size: 0.4rem;
}

.product_banner ul li .text {
    text-align: center;
}

.product_banner ul li .text .see_more {
    text-align: center;
}

.product_banner ul li {
    max-height: 60vh;
}
.neiproduct_list_two ul li {
    width: 50%;
}

.product_list_two ul li .item .box .imgj {
    height: 1.5rem;
}

.product_list_two ul li .item .box .text .more {
    display: none;
}
.neinews_box ul li {
    width: 100%;
}
.where_box {
    margin: 0.6rem 0 0;
}
.nnei_banner {
    height: 3rem;
}
.neinews_con {
    display: block;
}

.relative_news {
    width: 100%;
    display: none;
}
.porduct_main_base {
    flex-direction: column;
}

.porduct_main_base .imgj {
    order: 1;
    height: 3rem;
    flex: auto;
    margin: 0 auto 0.2rem;
}

.porduct_main_base .text {
    order: 2;
}

.porduct_infor .pro_infor .pro_table ul li {
    width: 100%;
}
.nnei_banner form.biao {
    width: 80%;
}

.nnei_banner .text .text1 {
    width: 100%;
}

.download_box ul li {
    width: 100%;
}

.all_ti.d_f {
    display: block;
}

.all_ti.d_f .text_tip {
    margin: 0.2rem 0;
}

.about_goods ul li {
    width: 100%;
}

.about_goods ul li .imgj {
    padding: 0.2rem;
    width: 1.2rem;
}

.about_product ul {
    display: block;
}

.about_product ul li .item {
    height: 2.5rem;
    transition: all 0.3s;
}

.about_product ul li.on .item {
    height: 5rem;
}
.cantact_us {
    flex-flow: column;
}

.cantact_us .map_box {
    order: 2;
}

.cantact_us .text_box {
    order: 1;
    padding: 0.5rem 0;
}

.formbox ul li {
    width: 100%;
}

.three_nav ul {
    flex-flow: wrap;
    background: none;
    gap: 0.1rem;
    height: auto;
}

.three_nav ul li {
    width: 40%;
    flex: auto;
}
.cantact_us .map_box img {
    width: 100%;
}

.cantact_us .text_box ul li {
    gap: 0.3rem;
}

.service_top {
    height: 9rem;
}

.indexpartner_box ul li {
    flex-flow: wrap;
}

.indexpartner_box ul li .item {
    width: 33.33%;
    flex: auto;
}

.indexpartner_box .swiper-container {
    height: 5rem;
}
.foot_main .ewm_box .one img {
    width: 1rem;
}



}

